projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e485515
)
(redisplay): Limit prev change to pause != 0.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 30 May 1994 12:36:21 +0000
(12:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 30 May 1994 12:36:21 +0000
(12:36 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 6bc2507a47e9a304ed39a6118b6ea8f02592aa3b..e3e28d764e62bf78784461d049e2cc2970048f62 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-844,7
+844,7
@@
update:
/* If we just did a pending size change, redisplay again
for the new size. */
- if (windows_or_buffers_changed)
+ if (windows_or_buffers_changed
&& !pause
)
redisplay ();
}